net.TCPListener.lc (field)

5 uses

	net (current package)
		tcpsock.go#L254: 	lc ListenConfig
		tcpsock_posix.go#L144: 	if ln.lc.KeepAlive >= 0 {
		tcpsock_posix.go#L146: 		ka := ln.lc.KeepAlive
		tcpsock_posix.go#L147: 		if ln.lc.KeepAlive == 0 {
		tcpsock_posix.go#L172: 	return &TCPListener{fd: fd, lc: sl.ListenConfig}, nil